home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / chicken_.swf / scripts / frame_2 / DoAction.as
Text File  |  2008-11-12  |  103b  |  4 lines

  1. loadB = this.getBytesLoaded();
  2. percent = int(loadB / totalB * 100);
  3. bar.gotoAndStop(_root.percent);
  4.